ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IOrderedSet<T> Interface / Remove Method

In This Topic
    Remove Method (IOrderedSet<T>)
    In This Topic
    Syntax
    'Declaration
     
    Function Remove( _
       ByVal item As T _
    ) As System.Boolean
    System.bool Remove( 
       T item
    )

    Parameters

    item
    See Also